home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / srvnw-i.zip / NCCI_2.EXE / NWPERFM.H_ / NWPERFM.H
Text File  |  1994-05-18  |  1KB  |  25 lines

  1. //
  2. //  NWPerfM.h
  3. //
  4. //  Offset definition file for exensible counter objects and counters
  5. //
  6. //  These "relative" offsets must start at 0 and be multiples of 2 (i.e.
  7. //  even numbers). In the Open Procedure, they will be added to the 
  8. //  "First Counter" and "First Help" values of the device they belong to, 
  9. //  in order to determine the  absolute location of the counter and 
  10. //  object names and corresponding help text in the registry.
  11. //
  12. //  this file is used by the extensible counter DLL code as well as the 
  13. //  counter name and help text definition file (.INI) file that is used
  14. //  by LODCTR to load the names into the registry.
  15. //
  16. #define NWOBJ                       0
  17. #define PACKET_BURST_READ_ID        2
  18. #define PACKET_BURST_READ_TO_ID     4
  19. #define PACKET_BURST_WRITE_ID       6
  20. #define PACKET_BURST_WRITE_TO_ID    8
  21. #define PACKET_BURST_IO_ID         10
  22. #define CONNECT_2X_ID              12
  23. #define CONNECT_3X_ID              14
  24. #define CONNECT_4X_ID              16
  25.